Package-level declarations

Types

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has abstract modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has actual modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has annotation modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has companion modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has const modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has crossinline modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has data modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has enum modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has expect modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has external modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has final modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has fun modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has infix modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has inline modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has in modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has inner modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has lateinit modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides access to its modifiers.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has noinline modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has open modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has operator modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has out modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has override modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has sealed modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has suspend modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has tailrec modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has a val modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has value modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has vararg modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides information about whether it has a var modifier.

Link copied to clipboard

An interface representing a Kotlin declaration that provides access to its visibility modifiers.